home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 301-325 / disk_313 / uucp / uucp1.lzh / man / Aliases < prev    next >
Text File  |  1990-01-05  |  2KB  |  70 lines

  1.  
  2. NAME
  3.     UULIB:Aliases
  4.  
  5. DESCRIPTION
  6.     UULIB:Aliases is a text file containing mail aliases.  There
  7.     is no need to run newaliases after modifying this file (there
  8.     is no newaliases program).    This file is scanned by sendmail
  9.     for each item of incomming and outgoing email.
  10.  
  11.     Each line in UULIB:Aliases may be either blank, have a '#'
  12.     as the first character to indicate a comment, or begin an
  13.     alias.  An alias consists of a name, colon, and list of
  14.     items.  For example:
  15.  
  16.     comiclovers:    charlie, ben, lucy, james
  17.  
  18.     Multi-line aliases may be specified by a comma at the end of
  19.     each line to be continued:
  20.  
  21.     comiclovers:    charlie, ben,
  22.             lucy, james
  23.  
  24.     Note that the last line has no comma.  Each item in an alias
  25.     may be:
  26.  
  27.     (1) user        a local user name
  28.     (2) \user       forces a local user name if the name is aliased
  29.     (3) alias       another alias
  30.     (4) path        some path
  31.     (5) >file       append the mail item to some file
  32.     (6) <file       load a further list of destinations from a
  33.             file (one item per line)
  34.     (7) |command    pipe mail item to a command with optional args
  35.     (8) "|command args"
  36.  
  37.     For example, if I want incomming mail to be posted to my mail box
  38.     AND automatically appended to some archive file (and note here
  39.     that I must use '\' to prevent an alias loop):
  40.  
  41.     dillon: \dillon, >uumail:archive
  42.  
  43.     items may point to other aliases (dillon is already an alias):
  44.  
  45.     comiclovers:    dillon, fred
  46.  
  47.     mail may be piped to a command, such as an automated vacation-response
  48.     program:
  49.  
  50.     dillon: \dillon, >uumail:archive, |vacation
  51.  
  52. NEWSGROUPS
  53.  
  54.     Newsgroups are difficult to implement with this Aliases
  55.     implementation because the sender's address is NOT removed
  56.     from the item list.
  57.  
  58.     we hope to implement news propogation via a separate file and
  59.     the rnews program.    When this is done, an alias will usually
  60.     be required:
  61.  
  62.     news:    |rnews
  63.  
  64. FILES
  65.  
  66.     uulib:Aliases
  67.     uucp:c/sendmail
  68.  
  69.  
  70.